home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / telecomm / fnordadl / fn132src.zoo / fnordbug < prev    next >
Encoding:
Text File  |  1991-09-02  |  3.9 KB  |  100 lines

  1.  
  2.     Being a list of known/unknown Fnordadel bugs/problems
  3.  
  4.     '???' indicates something strange going on
  5.     'x.yy-z' indicates a fix applied in that version
  6.  
  7.  90Jul31
  8.     - OUT OF INTERNAL MEMORY; USE FOLDR100 TO GET MORE MIMERY!
  9.     - [B]lock replace is bus; unique start string and non-unique end
  10.       string; say "NO!" to first match -- searching mysteriously stops.
  11.  
  12.  90Aug04
  13. 1.30-12    - When moving a public message to Mail>, no recipient is prompted for.
  14.       Also, a copy of the message appears in Aide>.
  15.       [ Temp. fix: disallow moving to Mail> ]
  16.  
  17.  90Dec27
  18.     - .EXM fargs up messages that contains CRs only.  It should behave like
  19.       [F]ile-grab, and properly convert CRs to \n.
  20.  
  21.  91Jan27
  22.   ???    - A few characters of system output (usually room name prompt) get
  23.       gobbled upon return from a door.
  24.     - How does our code handle file-grabbing in anon. rooms? - POORLY
  25.   ???    - Something caused extended commands to be interpreted as single-key
  26.       commands on secret.  The prefix was ignored.  Could be +backup?
  27.  
  28.  91Feb04
  29.     - We've probably gots tons o' utilities that open lock files before
  30.       having done a readSysTab().
  31.  
  32.  91Apr10
  33. 1.32-16    - When an incoming net-file fills up all available space, things die.
  34.       No error messages get generated.
  35.     - When a net-mail transfer screws up, the sending node may mark the
  36.       mail as 'sent', even though the receiving node didn't get the mail.
  37.  
  38.  91Apr21
  39.   ???    - Zair TL reports there are unexplained long pauses after a user answers
  40.       'Y' to 'enter as new user' but before system asks for confirmation of
  41.       user name & password.
  42.  
  43.  91May02
  44.   ???    - Darren Boucher reports that loading GFA Basic or 1st Word Plus from
  45.       gulam, and then running Fnordadel (without exitting gulam) and
  46.       using a door that passes a user-name parameter, causes a couple of
  47.       garbage chars to be tacked onto the end of the user-name.
  48.  
  49.  91May22
  50.     - ^C and/or keyboard buffer overflow can blow the system away.  It
  51.       happens for sure after a file transfer times out, and at the room
  52.       prompt.  Might have something to do with the status line update code.
  53.  
  54.  91May26
  55.     - Remove redundant parsepath() calls.
  56.     - outspaces() is probably farging up when it does oChar(' '), 'cause
  57.       it doesn't do column++.
  58.  
  59.  91May31
  60.     - Add new cfg flags to citpeek display.
  61.  
  62.  91Jun09
  63.   ???    - .TP may be broken for newish users (< 8 calls).  Report by kbad.
  64.     - ;R doesn't appear to work at all.  Remove "extern char floorhook" in
  65.       room.c.  Add code to doread.c to make ;R do something.
  66.     - Also, nextroom() in room.c can't be working as it sits, since it uses
  67.       floorhook, but that flag is never set anywhere.  [Could be for old
  68.       ;RG, since new ;R sets floorhook, and readglobal() calls nextroom().]
  69.  
  70.  91Jun24
  71.     - Make citfs.tos work with node names that contain spaces.
  72.     - Make clog.tos work with user names that contain spaces (do substr?).
  73.  
  74.  91Aug04
  75.     - Fix more mode [B]ackup to use OUTBACKUP, not kludged OUTAGAIN.
  76.  
  77.  91Aug24
  78.     - When you change the name of a net node, if there are any room alias'
  79.       defined, there should be some kind of warning.
  80.     - Modem stuff (e.g. calllog.sys and download time estimates) are
  81.       screwed up by port-locking for high speed modems.
  82.  
  83.  91Aug30
  84.     - Under some weird circumstances, the basefloor name disappears.
  85.       Happened to Mr. N (an exit and restart fixed things) and bill.k
  86.       (not even reconfigure seemed to help).
  87.  
  88.  91Sep02 (Some bugs merged in from a separate list)
  89.  
  90.     - Killing a room or making it unshared does not auto-unshare all
  91.       nodes from the room.
  92.     - Problem with killing a Node, and not unsharing the rooms first.
  93.     - enter mail to node a.ab.c causes .c to be truncated.
  94.     - In pathalias.sys, doing a <nodename1><tab><nodename2> to create a
  95.       local alias causes mail to <nodename1> to fail.  E.g., if there is
  96.       an alias 'foobar<tab>rt', mail to Sysop@foobar is converted by
  97.       something into mail to 'rt!sysop@rt', where the first 'rt' is
  98.       expanded from pathalias.sys, and the second 'rt' is taken from the
  99.       primary node list.
  100.